Components’ description

Let us examine usage of components for data access via BDE. They are connected when using in the project the "TfrxBDEComponents"  component from the FastReport palette. At the same time, the following objects appear in the designer object bar: "TfrxDBLookupComboBox," "TfrxBDETable," "TfrxBDEQuery," and "TfrxBDEDataBase." These components are similar to the corresponding Delphi components ("TDBLookupComboBox," "TTable," "TQuery," and "TDataBase") in terms of their functioning.

Icon Name Description
TfrxDBLookupComboBox The control is used for selecting a value from a directory.
TfrxBDETable The control is used for access to DB table.
TfrxBDEQuery The control is used for performing SQLquery.
TfrxBDEDataBase The control is used for connecting to DB.

Let us examine each component.